Lucene search
+L
LinuxLinux Kernel

14999 matches found

CVE
CVE
added 2024/07/12 12:32 p.m.130 views

CVE-2024-40968

CVE-2024-40968 affects the Linux kernel on MIPS/Octeon systems. The issue was that after a PCIe link surprise down, the standard PCIe config interface could be abused to cause a kernel panic (“Data bus error”) when accessing peripheral PCIe devices. The fix adds a PCIe link status check and, when...

5.5CVSS6.4AI score0.00298EPSS
Save
CVE
CVE
added 2024/10/21 6:54 p.m.130 views

CVE-2024-50011

CVE-2024-50011 is a Linux kernel vulnerability describing an ASoC: Intel soc-acpi-intel-rpl-match issue where an empty item is required in struct snd_soc_acpi_link_adr[]. The root cause is the absence of a links_num and the test !link->num_adr to end the loop in hda_sdw_machine_select(), which...

5.5CVSS5.2AI score0.00191EPSS
Save
CVE
CVE
added 2025/02/26 2:12 a.m.129 views

CVE-2022-49408

CVE-2022-49408 involves a memory-leak in ext4 when parsing on-disk mount options in the Linux kernel. The root cause is memory allocated in ext4_fs_context not being freed if option processing fails; the fix replaces direct kfree() with ext4_fc_free(). Practical impact is a leak during mounting w...

5.5CVSS5.4AI score0.00253EPSS
Save
CVE
CVE
added 2025/02/26 2:13 a.m.129 views

CVE-2022-49455

CVE-2022-49455 (Linux kernel) fixes a double-free bug in ocxl_file_register_afu: info_release() could be invoked during device_unregister() when info->dev’s refcount was 0, making an extra ocxl_afu_put()/kfree() unnecessary. The patch adds free_minor() and returns to the err_unregister path to...

7.8CVSS5.5AI score0.00271EPSS
Save
CVE
CVE
added 2025/02/26 2:13 a.m.129 views

CVE-2022-49532

CVE-2022-49532 affects the Linux kernel DRM virtio driver (virtio_gpu_conn_get_modes) where drm_cvt_mode may return NULL, leading to a NULL pointer dereference. The issue is demonstrated by a KASAN report showing a null deref while reading a 4-byte value from a NULL pointer. The connected advisor...

5.5CVSS5.2AI score0.00324EPSS
Save
CVE
CVE
added 2025/02/26 2:24 a.m.129 views

CVE-2022-49669

CVE-2022-49669 concerns the Linux kernel’s MPTCP implementation. A race occurs when the listener socket closes and frees unaccepted subflows, potentially allowing a UaF as the MPTCP socket worker runs between delete operations and accesses msk->first. The fix entails traversing the listener so...

7.8CVSS5.3AI score0.00244EPSS
Save
CVE
CVE
added 2025/05/01 2:09 p.m.129 views

CVE-2022-49837

The CVE-2022-49837 issue affects the Linux kernel’s BPF subsystem, specifically memory leaks in __check_func_call and related exit handling. The root cause is that, in prepare_func_exit(), the callee is not released in abnormal paths after state->curframe--, so the frame is not fully freed bef...

5.5CVSS6.6AI score0.00191EPSS
Save
CVE
CVE
added 2025/05/01 2:09 p.m.129 views

CVE-2022-49842

CVE-2022-49842: In the Linux kernel’s ASoC core, a use-after-free in snd_soc_exit() was fixed. The root cause was a missing error check in snd_soc_init() where snd_soc_util_init() could fail and return value was ignored, causing soc_dummy_dev to be unregistered twice. The fix requires handling er...

7.8CVSS6.4AI score0.00216EPSS
Save
CVE
CVE
added 2024/04/02 6:49 a.m.129 views

CVE-2023-52633

CVE-2023-52633 affects the Linux kernel time-travel feature. In basic time-travel mode, timer_read() may process a timer interrupt after computing the forward time but before finishing the update, causing the interrupt to set a time that is incompatible with the forward, which can make time go ba...

5CVSS6.2AI score0.00226EPSS
Save
CVE
CVE
added 2024/05/09 4:37 p.m.129 views

CVE-2023-52654

The CVE-2023-52654 entry concerns the Linux kernel io_uring/af_unix component. The issue arises from file reference cycles when io_uring files are sent via sockets, which can race with unix_stream_read_generic(). The safe fix implemented is to disallow sending io_uring files over sockets via SCM_...

7.8CVSS6.8AI score0.00892EPSS
Save
CVE
CVE
added 2025/03/27 4:43 p.m.129 views

CVE-2023-52984

CVE-2023-52984 affects the Linux kernel PHY code for DP83822 family: DP83825/DP83826 devices can dereference a NULL private data pointer because probe() initializes only the DP83822 path and interrupt setup is shared. The fix adds a NULL-pointer check/verifies the pointer before use, preventing t...

5.5CVSS6.6AI score0.00263EPSS
Save
CVE
CVE
added 2025/05/02 3:55 p.m.129 views

CVE-2023-53087

CVE-2023-53087 involves the Linux kernel (drm/i915/active) where a race in barrier processing could cause list corruption and oopses when using i915 perf with multiple graphics applications. Root cause: misused non-idle barriers as fence trackers during concurrent barrier preallocate/acquire and ...

7.8CVSS6.6AI score0.00208EPSS
Save
CVE
CVE
added 2025/05/02 3:55 p.m.129 views

CVE-2023-53101

CVE-2023-53101 affects the Linux kernel ext4 bootloader inode handling. The issue arises when EXT4_IOC_SWAP_BOOT initializes an inode with a non-zero i_size, causing i_disksize to remain non-zero and creating an i_size vs i_disksize inconsistency that can trigger a kernel warning (as shown in the...

5.5CVSS6.5AI score0.00195EPSS
Save
CVE
CVE
added 2024/04/02 7:01 a.m.129 views

CVE-2024-26681

CVE-2024-26681 is a Linux kernel vulnerability affecting the netdevsim driver. The issue arises in nsim_dev_trap_report_work() where failure to grab a mutex could lead to a loop/backtrace scenario, potentially impacting system stability. The vulnerability details are grounded in a kernel trace an...

5.5CVSS6.3AI score0.00225EPSS
Save
CVE
CVE
added 2024/04/03 5:00 p.m.129 views

CVE-2024-26749

CVE-2024-26749 concerns the Linux kernel USB CDNS3 gadget path. The issue was a memory-use-after-free in cdns3_gadget_ep_disable(), where priv_req is freed via cdns3_gadget_ep_free_request() but list_del_init(&priv_req->list) used priv_req->list after it had been freed, triggering a use-aft...

7.8CVSS6.4AI score0.00245EPSS
Save
CVE
CVE
added 2024/04/17 10:03 a.m.129 views

CVE-2024-26829

CVE-2024-26829 : Linux kernel vulnerability in media: ir_toy where a memleak could occur if the command path and irtoy_tx allocation are used and the command fails; the leak is mitigated by freeing the allocated buffer (buf) when irtoy_command fails. Connected advisories confirm the issue and des...

5.5CVSS6.3AI score0.00228EPSS
Save
CVE
CVE
added 2024/04/17 10:10 a.m.129 views

CVE-2024-26832

CVE-2024-26832 affects the Linux kernel mm: zswap writeback path. The fix unlocks and releases the folio obtained from __read_swap_cache_async() before returning, preventing a potential folio from being stranded. Connected advisories confirm a patch in kernel releases (e.g., Linux kernel 6.1.82 i...

5.5CVSS6.8AI score0.00222EPSS
Save
CVE
CVE
added 2024/04/17 10:10 a.m.129 views

CVE-2024-26836

In CVE-2024-26836, the Linux kernel flaw lies in platform/x86 think-lmi where the password opcode ordering must occur before changing the attribute value for Lenovo workstations with Admin password enabled. The fix adjusts this order to address the issue (tested on some ThinkPads). The vulnerabil...

7.8CVSS6.8AI score0.00231EPSS
Save
CVE
CVE
added 2024/04/17 10:27 a.m.129 views

CVE-2024-26869

CVE-2024-26869 affects the Linux kernel in the f2fs subsystem. The root cause is a race in invalidating meta inode pages during GC, which can cause data corruption. The fix replaces invalidate_mapping_pages() with truncate_inode_pages_range() to ensure meta_inode pages are dropped safely. Several...

7.8CVSS6.7AI score0.0018EPSS
Save
CVE
CVE
added 2024/04/17 3:59 p.m.129 views

CVE-2024-26916

In the Linux kernel, CVE-2024-26916 is tied to the drm/amd gfxoff handling during suspend. Reverting earlier gfxoff flush logic allowed GFXOFF control to be exercised again on suspend, which can trigger SDMA traffic and lead to system deadlocks when suspending from GNOME. The fix is the revert of...

5.5CVSS6.3AI score0.00171EPSS
Save
CVE
CVE
added 2024/05/17 1:23 p.m.129 views

CVE-2024-35813

CVE-2024-35813 affects the Linux kernel MMC core. The issue arises when accessing an array of idatas in the MMC close-ended ffu path, where prev_idata = idatas[i - 1] is performed without verifying that i > 0, enabling a negative/index-out-of-bounds access. The vulnerability is resolved by add...

7.8CVSS6.7AI score0.00248EPSS
Save
CVE
CVE
added 2024/05/20 9:41 a.m.129 views

CVE-2024-35971

CVE-2024-35971 concerns the ks8851 driver in the Linux kernel. The vulnerability arises when ks8851_irq() locks a spinlock and then calls netif_rx(), which can trigger do_softirq() while the lock is held, potentially causing a hang as the chain leads to a re-entrant lock attempt in ks8851_start_x...

7.5CVSS6.6AI score0.0069EPSS
Save
CVE
CVE
added 2024/05/30 3:28 p.m.129 views

CVE-2024-36887

CVE-2024-36887 affects the Linux kernel: the e1000e PHY mdic access code originally used usleep_range inside atomic contexts, causing potential kernel panics. A partial revert of a prior workaround reintroduced this by switching usleep_range calls to udelay. The fix is to revert to using usleep_r...

5.5CVSS6.4AI score0.00239EPSS
Save
CVE
CVE
added 2024/06/17 5:51 p.m.129 views

CVE-2024-36973

CVE-2024-36973 is a Linux kernel vulnerability in the misc: microchip: pci1xxxx path. The issue is a double free in the error handling of gp_aux_bus_probe, where memory freed by ida_free() and kfree(aux_device_wrapper) could be freed again if auxiliary_device_add() fails and calls auxiliary_devic...

8.4CVSS6.6AI score0.00238EPSS
Save
CVE
CVE
added 2024/06/19 1:48 p.m.129 views

CVE-2024-38606

CVE-2024-38606 in the Linux kernel relates to the crypto/qat path where adf_send_admin_tl_start() loads a slice_cnt array from FW and tl_print_dev_data() reports statistics via debugfs. If the FW returns an unexpected slice count, the code could read beyond the allocated buffer, potentially trigg...

7.1CVSS6.2AI score0.00217EPSS
Save
CVE
CVE
added 2024/06/25 2:22 p.m.129 views

CVE-2024-39293

CVE-2024-39293 concerns the Linux kernel: reverting the patch that allowed redirect to any socket bound to the same umem can cause multiple NAPI instances to access the same Rx/XDP ring concurrently, corruptting the ring state and potentially crashing during __xsk_flush(). A fix/revert has been a...

9.8CVSS6.8AI score0.00314EPSS
Save
CVE
CVE
added 2024/07/29 6:37 a.m.129 views

CVE-2024-41019

CVE-2024-41019 affects the Linux kernel NTFS3 implementation (fs/ntfs3). The issue arises from insufficient validation when traversing the FF offset, where an out-of-bounds read could occur if the second FF is a large offset, despite an initial check on rt->first_free. The connected documents ...

7.8CVSS6.6AI score0.00221EPSS
Save
CVE
CVE
added 2024/07/29 3:52 p.m.129 views

CVE-2024-42065

CVE-2024-42065 relates to the Linux kernel DRM/XE path. A NULL pointer dereference vulnerability in xe_ttm_stolen_mgr_init was fixed by adding an explicit NULL check to ensure the mgr is not NULL before use. The patch updates the function to validate the mgr reference and prevents dereferencing a...

5.5CVSS6.5AI score0.00196EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.129 views

CVE-2024-42137

CVE-2024-42137 concerns a Linux kernel Bluetooth issue for Qualcomm Atheros (QCA6390). The vulnerability stemmed from a regression introduced by commit 272970be3dab, which fixed a use-after-free in qca_serdev_shutdown() but caused Bluetooth enablement to fail after a warm reboot if enable-gpios w...

5.5CVSS6.5AI score0.00233EPSS
Save
CVE
CVE
added 2024/08/17 9:21 a.m.129 views

CVE-2024-43840

CVE-2024-43840 – Linux kernel (arm64, BPF trampoline) : The trampoline code for BPF_TRAMP_F_CALL_ORIG incorrectly used emit_addr_mov_i64(), assuming the bpf_tramp_image address resides in vmalloc() space with 48-bit handling. If the address exceeds 48 bits (e.g., kzalloc’d bpf_tramp_image), the t...

7.8CVSS6.6AI score0.00215EPSS
Save
CVE
CVE
added 2024/08/20 11:50 p.m.129 views

CVE-2024-43868

CVE-2024-43868 is a Linux kernel flaw in the riscv purgatory alignment path. When alignment handling is delegated to the kernel, purgatory must keep all addresses word-aligned because the kexec trap handler is used. If alignment isn’t enforced, hitting the exception could crash the system; in oth...

5.5CVSS6.4AI score0.00222EPSS
Save
CVE
CVE
added 2024/09/27 12:35 p.m.129 views

CVE-2024-46808

CVE-2024-46808 affects the Linux kernel component drm/amd/display, where a missing NULL pointer check in dpcd_extend_address_range can lead to an assertion if kcalloc returns NULL. The connected Nessus entry confirms the vulnerability exists in Linux distros without a vendor patch and cites the s...

5.5CVSS5.2AI score0.00204EPSS
Save
CVE
CVE
added 2024/09/27 12:39 p.m.129 views

CVE-2024-46825

CVE-2024-46825 involves the Linux kernel wifi (iwlwifi mvm) where the firmware link ID is checked using WARN_ON() instead of IWL_FW_CHECK. The fix changes the lookup function iwl_mvm_rcu_fw_link_id_to_link_conf() to use IWL_FW_CHECK() when validating firmware-provided input. Public docs show this...

5.5CVSS5.3AI score0.00232EPSS
Save
CVE
CVE
added 2024/10/21 12:14 p.m.129 views

CVE-2024-47733

CVE-2024-47733 affects the Linux kernel netfs subsystem: netfs_init()/fscache_proc_init() creates a dentry under fs/netfs, but netfs_exit() only removes the proc entry, not its subtree, causing a non-empty directory to be removed and a leak of entries (e.g., 'requests'). The fix is to use remove_...

5.5CVSS5.3AI score0.00235EPSS
Save
CVE
CVE
added 2024/11/05 5:07 p.m.129 views

CVE-2024-50100

CVE-2024-50100 affects the Linux kernel USB gadget dummy-hcd driver. A change to use hrtimers introduced a mismatch between timer_pending() and hrtimer_active(), causing the URB dequeue path to miss a restarted timer and leading to usb_kill_urb() hangs. The fix adds a dedicated timer_pending flag...

5.5CVSS5.3AI score0.00235EPSS
Save
CVE
CVE
added 2024/11/05 5:10 p.m.129 views

CVE-2024-50113

In CVE-2024-50113, the Linux kernel FireWire (OHCI) core had a bug in the self-ID enumeration path that could assign an invalid port index to a parent device when multiple-port nodes were connected. The issue manifested when any extra node device with three or more ports attached to a 1394 OHCI c...

8.8CVSS5.4AI score0.00294EPSS
Save
CVE
CVE
added 2024/12/27 3:06 p.m.129 views

CVE-2024-56661

CVE-2024-56661 : Linux kernel TIPc vulnerability causing a NULL pointer dereference in cleanup_bearer(), traced to a use-after-free like condition where ub->ubsock->sk could be NULL after a blamed commit, leading to an atomic_dec on tipc_net(sock_net(ub->ubsock->sk))->wq_count. The...

5.5CVSS6.6AI score0.00224EPSS
Save
CVE
CVE
added 2025/04/01 3:40 p.m.129 views

CVE-2025-21929

The CVE-2025-21929 item concerns a Linux kernel use-after-free in the intel-ish-hid driver during module removal. The affected component is the HID intel-ish-hid stack (intel_ishtp_hid) where hid_ishtp_cl_remove() frees resources before ishtp_hid_remove() would, leading to potential access of fre...

7.8CVSS7.2AI score0.00205EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.129 views

CVE-2025-22043

The CVE-2025-22043 entry concerns the Linux kernel ksmbd component where a missing bounds check in the durable handle context was fixed. Affected area: ksmbd’s durable handle context in the SMB server code (fs/smb/server/smb2pdu.c). Cause: missing bounds check allowing operations outside the buff...

8.1CVSS6.6AI score0.00477EPSS
Save
CVE
CVE
added 2025/05/08 6:26 a.m.129 views

CVE-2025-37808

CVE-2025-37808 concerns the Linux kernel crypto: null algorithm. The issue arises because the default null algorithm may be freed in softirq context via af_alg, allowing a race that is mitigated by using spin locks instead of mutexes to protect the default null algorithm. The vulnerability is des...

5.5CVSS5.4AI score0.00207EPSS
Save
CVE
CVE
added 2025/05/20 3:58 p.m.129 views

CVE-2025-37945

CVE-2025-37945 — Linux kernel (net/phy, DSA) Affects MDIO bus PM ops for phylink-controlled PHYs. In drivers without MAC-managed PM, mdio_bus_phy_suspend() did not call phy_stop_machine() because phylink’s phydev->adjust_link is NULL, so the PHY state machine kept running. Consequently, mdio_b...

5.5CVSS6.9AI score0.0019EPSS
Save
CVE
CVE
added 2025/05/20 4:47 p.m.129 views

CVE-2025-37973

CVE-2025-37973 affects the Linux kernel Wi-Fi stack, specifically the cfg80211 defragmentation logic for multi-link elements. The issue is a miscalculation during multi-link element defragmentation that adds the MLE length to the total IEs length, which can cause an out-of-bounds access if the ML...

8.1CVSS6.5AI score0.00251EPSS
Save
CVE
CVE
added 2025/05/20 4:58 p.m.129 views

CVE-2025-37979

CVE-2025-37979 affects the Linux kernel ASoC: qcom sc7280 LPASS driver. A commit introduces case values in the sc7280 lpass driver (e.g., RX_CODEC_DMA_RX_0 in sc7280_snd_hw_params) that can trigger out-of-bounds accesses in driver data arrays. The issue is mitigated by redefining LPASS_MAX_PORTS ...

7.8CVSS6.8AI score0.00205EPSS
Save
CVE
CVE
added 2025/07/25 3:27 p.m.129 views

CVE-2025-38464

CVE-2025-38464 affects the Linux kernel Tipc subsystem. The issue is a use-after-free in tipc_conn_close() that can occur when tipc_topsrv_stop() iterates tipc_net(net)->topsrv->conn_idr and calls tipc_conn_close() for each tipc_conn after releasing the IDR lock. If tipc_conn_recv_work() is...

7.8CVSS6.4AI score0.00173EPSS
Save
CVE
CVE
added 2025/08/22 4:00 p.m.129 views

CVE-2025-38653

CVE-2025-38653: In the Linux kernel, the vulnerability stems from checking proc_lseek directly via pde->proc_ops->proc_lseek, which can cause a use-after-free in a module removal (rmmod) scenario. The issue is a gap in proc_reg_open() that was later addressed by applying the same mitigation...

7.8CVSS6.5AI score0.0017EPSS
Save
CVE
CVE
added 2025/09/12 3:59 p.m.129 views

CVE-2025-39797

CVE-2025-39797 concerns the Linux kernel xfrm duplicate SPI handling. The vulnerability arises when Strongswan triggers an XFRM_NETLINK_ALLOC_SPI request, enabling xfrm_alloc_spi() to return success for an SPI already in use, causing multiple inbound SAs to share the same SPI (distinguished only ...

7.8CVSS6.3AI score0.00156EPSS
Save
CVE
CVE
added 2009/11/16 7:00 p.m.128 views

CVE-2009-3939

CVE-2009-3939 affects the Linux kernel megaraid_sas driver: the poll_mode_io file has world-writable permissions in kernel 2.6.31.6 and earlier. This enables local users to change the driver I/O mode by modifying the file. The description notes local access and manipulation of driver behavior, wi...

7.1CVSS6.4AI score0.00444EPSS
Save
CVE
CVE
added 2011/04/10 1:00 a.m.128 views

CVE-2011-1163

Vulnerability: CVE-2011-1163 affects the Linux kernel (fs/partitions/osf.c) where osf_partition mishandles an invalid number of partitions, potentially allowing local attackers to read kernel heap memory via partition-table parsing vectors. Affected: Linux kernel versions prior to 2.6.38. Root ca...

2.1CVSS7.5AI score0.00414EPSS
Save
CVE
CVE
added 2011/05/03 8:00 p.m.128 views

CVE-2011-1593

CVE-2011-1593 affects the Linux kernel before 2.6.38.4, where multiple integer overflows in the next_pidmap function (kernel/pid.c) allow a local user to crash the system via crafted getdents or readdir calls. The connected advisories confirm the affected component and the root cause (integer ove...

4.9CVSS6.1AI score0.00572EPSS
Save
CVE
CVE
added 2012/05/17 10:00 a.m.128 views

CVE-2012-2319

CVE-2012-2319 refers to multiple buffer overflows in the Linux kernel’s hfsplus filesystem implementation, exploitable locally to gain privileges via a crafted HFS+ filesystem. Affected: Linux kernel before 3.3.5. Root cause: buffer overflow in hfsplus code (related to CVE-2009-4020). Impact, as ...

7.2CVSS7.4AI score0.00397EPSS
Save
Total number of security vulnerabilities14999